﻿@charset "utf-8";
/* CSS Document */

img { border: none; }
ul,li,form, dl,dt, dd, div { padding: 0px; margin: 0px; }
li { list-style: none; }
.clear { clear: both; font-size: 0px; height: 0px; line-height: 0px; background-color: Red; overflow: hidden; }



 
 

/**  home***/

.BannerBox{width:100%; height:360px;position:relative;  overflow:hidden;}
.BannerBox li{width:100%; height:360px;}

.BannerBox .hd{ height:15px; overflow:hidden; position:absolute; left: 50%; margin-left: -30px; bottom: 5px; z-index:1; } 
.BannerBox .hd ul{ overflow:hidden; zoom:1; float:left;  } 
.BannerBox .hd ul li{ float:left; margin-right:30px;  width:14px; height:14px; line-height:14px; text-align:center;cursor:pointer; background:url(../images/icon2.png) no-repeat;} 
.BannerBox .hd ul li.on{background:url(../images/icon1.png) no-repeat; } 
